projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a44143
)
(OTHER_PLATFORM_SUPPORT): Add term/internal.elc, term/pc-win.elc,
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 27 Sep 2009 08:27:28 +0000
(08:27 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 27 Sep 2009 08:27:28 +0000
(08:27 +0000)
emacs-lisp/easymenu.elc, and term/ns-win.elc, to be consistent with
src/Makefile.in.
lib-src/makefile.w32-in
patch
|
blob
|
history
diff --git
a/lib-src/makefile.w32-in
b/lib-src/makefile.w32-in
index dfbc6324c2afed29b7c5fd520e739d2adc90a096..ee5f1d7710cf9b00f7d6bc377b3ca98d92342ee0 100644
(file)
--- a/
lib-src/makefile.w32-in
+++ b/
lib-src/makefile.w32-in
@@
-191,8
+191,12
@@
WINDOW_SUPPORT = \
OTHER_PLATFORM_SUPPORT = \
$(lispsource)dos-fns.elc \
$(lispsource)dos-vars.elc \
+ ${lispsource}term/internal.elc \
+ ${lispsource}term/pc-win.elc \
$(lispsource)x-dnd.elc \
- $(lispsource)term/x-win.elc
+ $(lispsource)term/x-win.elc \
+ ${lispsource}emacs-lisp/easymenu.elc \
+ ${lispsource}term/ns-win.elc
lisp1= \